[asycxx-devel] SF.net SVN: asycxx:[54] trunk/include/asycxx
Status: Alpha
Brought to you by:
joe_steeve
|
From: <viv...@us...> - 2009-04-16 13:14:21
|
Revision: 54
http://asycxx.svn.sourceforge.net/asycxx/?rev=54&view=rev
Author: vivekanand83
Date: 2009-04-16 13:14:18 +0000 (Thu, 16 Apr 2009)
Log Message:
-----------
removed reference of asycxx-config.h from StreamProtocol*.h
Modified Paths:
--------------
trunk/include/asycxx/StreamProtocol.h
trunk/include/asycxx/StreamProtocolFactory.h
Modified: trunk/include/asycxx/StreamProtocol.h
===================================================================
--- trunk/include/asycxx/StreamProtocol.h 2009-04-08 11:28:12 UTC (rev 53)
+++ trunk/include/asycxx/StreamProtocol.h 2009-04-16 13:14:18 UTC (rev 54)
@@ -14,9 +14,6 @@
#ifndef __HIPRO_ASYCXX__STREAM_PROTOCOL_H__
#define __HIPRO_ASYCXX__STREAM_PROTOCOL_H__
-#ifdef HAVE_CONFIG_H
-#include <asycxx-config.h>
-#endif
#include "Error.h"
#include "Reactor.h"
Modified: trunk/include/asycxx/StreamProtocolFactory.h
===================================================================
--- trunk/include/asycxx/StreamProtocolFactory.h 2009-04-08 11:28:12 UTC (rev 53)
+++ trunk/include/asycxx/StreamProtocolFactory.h 2009-04-16 13:14:18 UTC (rev 54)
@@ -14,10 +14,6 @@
#ifndef __HIPRO_ASYCXX__STREAM_PROTOCOL_FACTORY_H__
#define __HIPRO_ASYCXX__STREAM_PROTOCOL_FACTORY_H__
-#ifdef HAVE_CONFIG_H
-#include <asycxx-config.h>
-#endif
-
#include "Error.h"
#include "Reactor.h"
#include "ProtocolFactory.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|