[Common-cvs] include hxdllaccess.h, 1.9, 1.10 hxtsmartpointer.h, 1.4, 1.5 ihxtlogcontextobserver.h, 1.4, 1.5 ihxtlogsystem.h, 1.19, 1.20 ihxtlogsystemcontext.h, 1.5, 1.6
ping at helixcommunity.org ping at helixcommunity.orgUpdate of /cvsroot/common/include
In directory cvs:/tmp/cvs-serv2956
Modified Files:
hxdllaccess.h hxtsmartpointer.h ihxtlogcontextobserver.h
ihxtlogsystem.h ihxtlogsystemcontext.h
Log Message:
fixed typo
Index: ihxtlogsystemcontext.h
===================================================================
RCS file: /cvsroot/common/include/ihxtlogsystemcontext.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ihxtlogsystemcontext.h 2 Dec 2005 18:46:12 -0000 1.5
+++ ihxtlogsystemcontext.h 6 Dec 2005 20:52:28 -0000 1.6
@@ -82,7 +82,7 @@
STDMETHOD(SetDefaultJobName) (THIS_ const char* szJobName) PURE;
};
-#if defined(HELIX_FEATURE_ALLOW_DECPRECATED_SMARTPOINTERS)
+#if defined(HELIX_FEATURE_ALLOW_DEPRECATED_SMARTPOINTERS)
#include "hxtsmartpointer.h"
HXT_MAKE_SMART_PTR(IHXTLogSystemContext)
#endif
Index: hxdllaccess.h
===================================================================
RCS file: /cvsroot/common/include/hxdllaccess.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- hxdllaccess.h 2 Dec 2005 18:46:12 -0000 1.9
+++ hxdllaccess.h 6 Dec 2005 20:52:28 -0000 1.10
@@ -189,7 +189,7 @@
STDMETHOD_(HXBOOL,IsOpen) (THIS) PURE;
};
-#if defined(HELIX_FEATURE_ALLOW_DECPRECATED_SMARTPOINTERS)
+#if defined(HELIX_FEATURE_ALLOW_DEPRECATED_SMARTPOINTERS)
#include "hxtsmartpointer.h"
HXT_MAKE_SMART_PTR(IHXDllAccess)
#endif
Index: ihxtlogcontextobserver.h
===================================================================
RCS file: /cvsroot/common/include/ihxtlogcontextobserver.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ihxtlogcontextobserver.h 2 Dec 2005 18:46:12 -0000 1.4
+++ ihxtlogcontextobserver.h 6 Dec 2005 20:52:28 -0000 1.5
@@ -82,7 +82,7 @@
const char* szContext, const char* szThreadName) PURE;
};
-#if defined(HELIX_FEATURE_ALLOW_DECPRECATED_SMARTPOINTERS)
+#if defined(HELIX_FEATURE_ALLOW_DEPRECATED_SMARTPOINTERS)
#include "hxtsmartpointer.h"
HXT_MAKE_SMART_PTR(IHXTLogContextObserver)
#endif
Index: ihxtlogsystem.h
===================================================================
RCS file: /cvsroot/common/include/ihxtlogsystem.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- ihxtlogsystem.h 2 Dec 2005 18:46:12 -0000 1.19
+++ ihxtlogsystem.h 6 Dec 2005 20:52:28 -0000 1.20
@@ -867,7 +867,7 @@
*/
typedef HX_RESULT (STDAPICALLTYPE *FPRMAGETLOGSYSTEMINTERFACE)(IHXTLogSystem** ppLogSystem);
-#if defined(HELIX_FEATURE_ALLOW_DECPRECATED_SMARTPOINTERS)
+#if defined(HELIX_FEATURE_ALLOW_DEPRECATED_SMARTPOINTERS)
#include "hxtsmartpointer.h"
HXT_MAKE_SMART_PTR(IHXTLogObserver)
HXT_MAKE_SMART_PTR(IHXTLogObserver2)
Index: hxtsmartpointer.h
===================================================================
RCS file: /cvsroot/common/include/hxtsmartpointer.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- hxtsmartpointer.h 2 Dec 2005 18:46:12 -0000 1.4
+++ hxtsmartpointer.h 6 Dec 2005 20:52:28 -0000 1.5
@@ -47,7 +47,7 @@
*
* ***** END LICENSE BLOCK ***** */
-#if !defined(HELIX_FEATURE_ALLOW_DECPRECATED_SMARTPOINTERS)
+#if !defined(HELIX_FEATURE_ALLOW_DEPRECATED_SMARTPOINTERS)
#error Deprecated SmartPointer header is included, please use common/include/hxcomptr.h instead.
#endif