diff --git a/src/cas/example/exServer.h b/src/cas/example/exServer.h index ed2af0d5c..eafb30fc2 100644 --- a/src/cas/example/exServer.h +++ b/src/cas/example/exServer.h @@ -62,6 +62,17 @@ public: { } + // + // for use when MSVC++ will not build a defualt copy constructor + // for this class + // + pvInfo (const pvInfo ©In) : + scanRate(copyIn.scanRate), name(copyIn.name), + hopr(copyIn.hopr), lopr(copyIn.lopr), + ioType(copyIn.ioType) + { + } + const double getScanRate () const { return this->scanRate; } const aitString &getName () const { return this->name; } const double getHopr () const { return this->hopr; } @@ -149,6 +160,7 @@ public: gddAppFuncTableStatus getLowLimit(gdd &value); gddAppFuncTableStatus getUnits(gdd &value); gddAppFuncTableStatus getValue(gdd &value); + gddAppFuncTableStatus getEnums(gdd &value); // //