28 virtual void clearOperationsInProgress() = 0;
29 virtual int addObjectInFlux(
const DtUUID& moving,
const DtVector& movingTo,
int replace = -1) = 0;
30 virtual int addObjectInFlux(
const DtString& markingText,
int force,
const DtEntityType& type,
const DtVector& creatingAt,
int replace = -1) = 0;
31 virtual bool removeObjectInFlux(
int) = 0;
UUID is a unique ID wrapper class.
Definition: uuid.h:59
Abstract interface to keep track of sim operations that are going on that can be reported to front-en...
Definition: simOperationsInProgressInterface.h:15
Operation
Definition: ifSimOperationsInProgress.h:34
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:94
DtSimOperationsInProgressInterface()
Definition: simOperationsInProgressInterface.h:18
#define DT_DLL_vrfcore
This file is used to determine how to build.
Definition: vrfcoreDefines.h:25