From 13c03c4cde3fcf7389fd3d3be6a1021eea29b72e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 13 Aug 1996 22:45:21 +0000 Subject: [PATCH] fixed tabs --- src/cas/example/exServer.h | 46 +++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/cas/example/exServer.h b/src/cas/example/exServer.h index f13fa6985..ed2af0d5c 100644 --- a/src/cas/example/exServer.h +++ b/src/cas/example/exServer.h @@ -77,29 +77,6 @@ private: class exPV; -// -// exServer -// -class exServer : public caServer { -public: - exServer(unsigned pvMaxNameLength, unsigned pvCountEstimate=0x3ff, - unsigned maxSimultaneousIO=1u); - void show (unsigned level); - caStatus pvExistTest (const casCtx &ctxIn, const char *pPVName, - gdd &canonicalPVName); - casPV *createPV (const casCtx &ctxIn, const char *pPVName); - - static const pvInfo *findPV(const char *pName); - - static gddAppFuncTableStatus read(exPV &pv, gdd &value) - { - return exServer::ft.read(pv, value); - } -private: - static const pvInfo pvList[]; - static gddAppFuncTable ft; -}; - // // exScanTimer @@ -191,6 +168,29 @@ private: static osiTime currentTime; }; +// +// exServer +// +class exServer : public caServer { +public: + exServer(unsigned pvMaxNameLength, unsigned pvCountEstimate=0x3ff, + unsigned maxSimultaneousIO=1u); + void show (unsigned level); + caStatus pvExistTest (const casCtx &ctxIn, const char *pPVName, + gdd &canonicalPVName); + casPV *createPV (const casCtx &ctxIn, const char *pPVName); + + static const pvInfo *findPV(const char *pName); + + static gddAppFuncTableStatus read(exPV &pv, gdd &value) + { + return exServer::ft.read(pv, value); + } +private: + static const pvInfo pvList[]; + static gddAppFuncTable ft; +}; + // // exSyncPV //