diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-14 06:46:28 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-14 06:46:28 -0800 |
commit | 820697b4d44ee41f8dfa2ada0f9dba9169d16652 (patch) | |
tree | 1b16fafa82cfa54e1e7ba2a56eab64a6c4f04a42 /automation/inc | |
parent | b5f02c24a12e1be82b56ac215ca060b9079bd08b (diff) |
Removed some commented out code
It referenced PRV_SV_DECL_REF_SIGNATURE which I'm looking at removing; thus,
it was showing up in my reports.
Diffstat (limited to 'automation/inc')
-rw-r--r-- | automation/inc/automation/simplecm.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/automation/inc/automation/simplecm.hxx b/automation/inc/automation/simplecm.hxx index 91a44f17f639..775265c31f89 100644 --- a/automation/inc/automation/simplecm.hxx +++ b/automation/inc/automation/simplecm.hxx @@ -99,15 +99,6 @@ typedef USHORT CM_InfoType; class CommunicationLink; -/*#undef PRV_SV_DECL_REF_LOCK -#define PRV_SV_DECL_REF_LOCK(ClassName, Ref) \ -protected: \ - ClassName * pObj; \ -public: \ -PRV_SV_DECL_REF_SIGNATURE(ClassName, Ref) \ - inline ClassName##Ref( void * pObjP ){ClassName##Ref ((ClassName *) pObjP);} \ -*/ - SV_DECL_REF( CommunicationLink ) class InfoString : public ByteString |