[asycxx-devel] SF.net SVN: asycxx:[8] trunk/include/asycxx
Status: Alpha
Brought to you by:
joe_steeve
|
From: <joe...@us...> - 2009-03-12 09:42:38
|
Revision: 8
http://asycxx.svn.sourceforge.net/asycxx/?rev=8&view=rev
Author: joe_steeve
Date: 2009-03-12 09:42:31 +0000 (Thu, 12 Mar 2009)
Log Message:
-----------
fixed wrapping macros in header
From: Joe Steeve <js...@hi...>
Modified Paths:
--------------
trunk/include/asycxx/Error.h
trunk/include/asycxx/Logger.h
trunk/include/asycxx/XMLParser.h
trunk/include/asycxx/_asycxx.h
trunk/include/asycxx/asycxx.h
Modified: trunk/include/asycxx/Error.h
===================================================================
--- trunk/include/asycxx/Error.h 2009-03-12 09:40:41 UTC (rev 7)
+++ trunk/include/asycxx/Error.h 2009-03-12 09:42:31 UTC (rev 8)
@@ -11,8 +11,8 @@
*
*******************************************************************/
-#ifndef __HIPRO__ERROR_H__
-#define __HIPRO__ERROR_H__
+#ifndef __HIPRO_ASYCXX__ERROR_H__
+#define __HIPRO_ASYCXX__ERROR_H__
#ifdef HAVE_CONFIG_H
#include <asycxx-config.h>
Modified: trunk/include/asycxx/Logger.h
===================================================================
--- trunk/include/asycxx/Logger.h 2009-03-12 09:40:41 UTC (rev 7)
+++ trunk/include/asycxx/Logger.h 2009-03-12 09:42:31 UTC (rev 8)
@@ -11,8 +11,8 @@
*
*******************************************************************/
-#ifndef __HIPRO__LOGGER_H__
-#define __HIPRO__LOGGER_H__
+#ifndef __HIPRO_ASYCXX__LOGGER_H__
+#define __HIPRO_ASYCXX__LOGGER_H__
#include <stdarg.h>
@@ -34,7 +34,7 @@
// void LogToFile (const char *fmt, va_list args);
};
-#endif // __HIPRO__LOGGER_H__
+#endif // __HIPRO_ASYCXX__LOGGER_H__
/*
Local Variables:
Modified: trunk/include/asycxx/XMLParser.h
===================================================================
--- trunk/include/asycxx/XMLParser.h 2009-03-12 09:40:41 UTC (rev 7)
+++ trunk/include/asycxx/XMLParser.h 2009-03-12 09:42:31 UTC (rev 8)
@@ -42,7 +42,7 @@
};
-#endif /* __ACW__XML_PARSER_H__ */
+#endif /* __HIPRO_ACW__XML_PARSER_H__ */
/*
Local Variables:
Modified: trunk/include/asycxx/_asycxx.h
===================================================================
--- trunk/include/asycxx/_asycxx.h 2009-03-12 09:40:41 UTC (rev 7)
+++ trunk/include/asycxx/_asycxx.h 2009-03-12 09:42:31 UTC (rev 8)
@@ -11,8 +11,8 @@
*
*******************************************************************/
-#ifndef __HIPRO_ACW___ASYCXX_H__
-#define __HIPRO_ACW___ASYCXX_H__
+#ifndef __HIPRO_ASYCXX___ASYCXX_H__
+#define __HIPRO_ASYCXX___ASYCXX_H__
enum Result
{
@@ -26,7 +26,7 @@
typedef long long h_msecs_t;
typedef long long h_timestamp_t;
-#endif /* __HIPRO_ACW___ASYCXX_H__ */
+#endif /* __HIPRO_ASYCXX___ASYCXX_H__ */
/*
Local Variables:
Modified: trunk/include/asycxx/asycxx.h
===================================================================
--- trunk/include/asycxx/asycxx.h 2009-03-12 09:40:41 UTC (rev 7)
+++ trunk/include/asycxx/asycxx.h 2009-03-12 09:42:31 UTC (rev 8)
@@ -16,7 +16,7 @@
#include "_asycxx.h"
-#endif /* __HIPRO_ACW__XML_PARSER_H__ */
+#endif /* __HIPRO_ACW__ASYCXX_H__ */
/*
Local Variables:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|