summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2Tenant.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2Tenant.cpp316
1 files changed, 316 insertions, 0 deletions
diff --git a/src/T2DLL/T2Tenant.cpp b/src/T2DLL/T2Tenant.cpp
new file mode 100644
index 0000000..5d36e88
--- /dev/null
+++ b/src/T2DLL/T2Tenant.cpp
@@ -0,0 +1,316 @@
+#include "T2Tenant.h"
+
+T2Tenant::T2Tenant() {
+}
+
+/*virtual*/ T2Tenant::~T2Tenant() {
+}
+
+unsigned int T2Tenant::GetFloorID(int) {
+}
+
+void T2Tenant::SetFloorID(T2FloorInfo*) {
+}
+
+/*virtual*/ PROCCODE T2Tenant::DoDestruct(T2TowerDoc*, POINT, RECT&) {
+}
+
+void T2Tenant::AddPopulation(T2People*) {
+}
+
+void T2Tenant::SubPopulation(T2People*) {
+}
+
+/*virtual*/ int T2Tenant::Enter(CLink*) {
+}
+
+/*virtual*/ int T2Tenant::Leave(CLink*) {
+}
+
+void T2Tenant::EnterTenant(T2TowerDoc*, T2People*) {
+}
+
+void T2Tenant::LeaveTenant(T2TowerDoc*, T2People*) {
+}
+
+/*virtual*/ void T2Tenant::Draw(T2TowerDoc*, const RECT&) {
+}
+
+/*virtual*/ void T2Tenant::DrawSelf(T2TowerDoc*, const RECT&) {
+}
+
+/*virtual*/ unsigned int T2Tenant::Idle(T2TowerDoc*) {
+}
+
+/*virtual*/ void T2Tenant::AddCEMoverID(const T2FloorInfo*, POINT, unsigned int) {
+}
+
+int T2Tenant::InitTenant(T2TenantDef*, const RECT&, unsigned int) {
+}
+
+/*virtual*/ void T2Tenant::LoadSelf(T2Archive&, T2TowerDoc*) {
+}
+
+/*virtual*/ void T2Tenant::SaveSelf(T2Archive&) {
+}
+
+/*virtual*/ unsigned int T2Tenant::GetEntranceFloorID() {
+}
+
+POINT T2Tenant::GetEntrancePt() const {
+}
+
+/*virtual*/ unsigned int T2Tenant::GetExitFloorID() {
+}
+
+POINT T2Tenant::GetExitPt() {
+}
+
+T2People* T2Tenant::GetFirstCustomer() const {
+}
+
+int T2Tenant::GetBelongCapacity() {
+}
+
+int T2Tenant::IsTherePeople(T2People*) {
+}
+
+void T2Tenant::StartBuild() {
+}
+
+void T2Tenant::UpdatePatternIndex() {
+}
+
+void T2Tenant::UpdatePatternIndex(int) {
+}
+
+int T2Tenant::GetNumOfPattern() const {
+}
+
+int T2Tenant::CollectCustomerFromPool(T2TowerDoc*, T2TenantMemberTableDef*, unsigned int, T2Tenant*) {
+}
+
+int T2Tenant::CollectCustomerFromTenant(T2TowerDoc*, T2TenantMemberTableDef*, unsigned int) {
+}
+
+int T2Tenant::CollectCustomerFromFloor(T2TowerDoc*, T2TenantMemberTableDef*, unsigned int) {
+}
+
+void T2Tenant::CollectCustomer(T2TowerDoc*, T2Tenant*) {
+}
+
+void T2Tenant::CollectCustomer(T2TowerDoc*, int) {
+}
+
+int T2Tenant::CollectEmployee(T2TowerDoc*) {
+}
+
+void T2Tenant::RegistBelongPeople(T2People*) {
+}
+
+int T2Tenant::CalcInMoney() const {
+}
+
+void T2Tenant::EnterCustomer(T2People*, int) {
+}
+
+int T2Tenant::IsBelongPeople(T2People*) const {
+}
+
+void T2Tenant::PushOutPeople(T2TowerDoc*, T2People*) {
+}
+
+void T2Tenant::PushOutAll(T2TowerDoc*) {
+}
+
+void T2Tenant::PushOutAllCustomer(T2TowerDoc*) {
+}
+
+int T2Tenant::GetPriceIndex() const {
+}
+
+void T2Tenant::DuplicateBelongPeople(T2TowerDoc*) {
+}
+
+void T2Tenant::RemoveBelongPeople(T2TowerDoc*) {
+}
+
+void T2Tenant::RemovePeople(T2TowerDoc*) {
+}
+
+void T2Tenant::ClearBelongPeople() {
+}
+
+void T2Tenant::ClearBelongPeople(T2People*) {
+}
+
+void T2Tenant::CallBelongPeople(unsigned int) {
+}
+
+T2People* T2Tenant::GetBelongPeople(int) {
+}
+
+T2People* T2Tenant::GetBelongPeopleIn(int) {
+}
+
+void T2Tenant::SetKind() {
+}
+
+int T2Tenant::GetNumOfKind() const {
+}
+
+/*virtual*/ void T2Tenant::SetUsed(int) {
+}
+
+unsigned int T2Tenant::GetRegistID() const {
+}
+
+int T2Tenant::GetEmployeeSearchScore() const {
+}
+
+int T2Tenant::GetCustomerSearchScore() const {
+}
+
+int T2Tenant::IsMoverAvailable() const {
+}
+
+void T2Tenant::RemoveBelongList() {
+}
+
+int T2Tenant::GetQTMovieName(CString) {
+}
+
+void T2Tenant::Destruct(T2TowerDoc*, CRect&) {
+}
+
+void T2Tenant::SetBindTime(T2People*, unsigned int) {
+}
+
+int T2Tenant::SetEstimate(int) {
+}
+
+int T2Tenant::SetPeopleAnime() {
+}
+
+void T2Tenant::SetPeopleAnime(T2People*, int) {
+}
+
+void T2Tenant::PushOutCustomer(T2TowerDoc*, int) {
+}
+
+int T2Tenant::GetBelongPeopleIndex(T2People*, int&) const {
+}
+
+int T2Tenant::SetPeopleToSleep() {
+}
+
+void T2Tenant::SetAllPeopleToSleep() {
+}
+
+void T2Tenant::UnionFloorPeople(T2Tenant*) {
+}
+
+int T2Tenant::IsWithinSearchRange(T2TowerDoc*, T2Tenant*) const {
+}
+
+void T2Tenant::SetMoviePlugin(T2SubPlugin*) {
+}
+
+void T2Tenant::SetHallEventPlugin(T2HallEventPlugin*) {
+}
+
+int T2Tenant::GetFloorNumber(T2FloorInfo*) const {
+}
+
+int T2Tenant::GetRoomNumber(T2FloorInfo*) const {
+}
+
+void T2Tenant::GetRoomName(T2TowerDoc*, CString&) const {
+}
+
+/*virtual*/ void T2Tenant::PlaySoundA(T2TowerDoc*, int, unsigned int, unsigned int) const {
+}
+
+int T2Tenant::IsEmptyParking() const {
+}
+
+T2People* T2Tenant::FindPeople(POINT) const {
+}
+
+int T2Tenant::InitBelongList() {
+}
+
+void T2Tenant::DrawViewModeColor(T2TowerDoc*) const {
+}
+
+void T2Tenant::DrawTrafficColor(T2TowerDoc*, const CRect&) const {
+}
+
+/*static*/ void T2Tenant::DrawColorMesh(T2TowerDoc*, const CRect&, int) {
+}
+
+void T2Tenant::IncPeopleEstimate(int) {
+}
+
+int T2Tenant::CalcEstimateColor() const {
+}
+
+int T2Tenant::CollectEmployeeFromPool(T2TowerDoc*, T2TenantMemberTableDef*) {
+}
+
+int T2Tenant::IsRegist() const {
+}
+
+unsigned int T2Tenant::CheckRouteFromPool(T2TowerDoc*, unsigned int) const {
+}
+
+T2TenantMemberTableDef* T2Tenant::GetCustomerTableDef(int) const {
+}
+
+int T2Tenant::UpdateResidencialEstimate(T2TowerDoc*) {
+}
+
+void T2Tenant::BreakoutEmergency(T2TowerDoc*) {
+}
+
+void T2Tenant::BurntDown(T2TowerDoc*) {
+}
+
+void T2Tenant::RecoverRelatedTenantList(T2RegistedTenantDB*) {
+}
+
+int T2Tenant::GetTotalBelong() const {
+}
+
+int T2Tenant::CanReplaceWorker() const {
+}
+
+int T2Tenant::ReplaceWorker(T2TowerDoc*, T2People*) {
+}
+
+void T2Tenant::CallEmployee(unsigned int) {
+}
+
+int T2Tenant::DecideResidencialEstimation(T2TowerDoc*) {
+}
+
+int T2Tenant::UpdateCommercialEstimate() {
+}
+
+int T2Tenant::CalcProfitEstimate() const {
+}
+
+void T2Tenant::GetMerchandise(int&, int*&) {
+}
+
+T2TenantMemberTableDef* T2Tenant::GetMerchandiseTMT() {
+}
+
+void T2Tenant::SetMerchandise(int, int*) {
+}
+
+void T2Tenant::SetRelatedTenant(T2TowerDoc*, unsigned int) {
+}
+
+/*virtual*/ void T2Tenant::BuildStart(T2TowerDoc*) {
+}