diff options
author | Olli Savia <ops@iki.fi> | 2007-02-02 10:53:07 +0000 |
---|---|---|
committer | Olli Savia <ops@iki.fi> | 2007-02-02 10:53:07 +0000 |
commit | b5f06e27e55c9db88fc000b508c97804e7f69680 (patch) | |
tree | 42c7ec8a65d47154539c304b9c0426cf8300b018 /ACE/ace/Proactor.cpp | |
parent | dcdfbe2f61eab545eed6a2d18e3c81f7bb24c1a1 (diff) | |
download | ATCD-b5f06e27e55c9db88fc000b508c97804e7f69680.tar.gz |
ChangeLogTag: Fri Feb 2 10:47:55 UTC 2007 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ACE/ace/Proactor.cpp')
-rw-r--r-- | ACE/ace/Proactor.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/ace/Proactor.cpp b/ACE/ace/Proactor.cpp index da46649dc33..9d529243604 100644 --- a/ACE/ace/Proactor.cpp +++ b/ACE/ace/Proactor.cpp @@ -11,9 +11,10 @@ #include "ace/Proactor_Impl.h" #include "ace/Object_Manager.h" #include "ace/Task_T.h" + #if !defined (ACE_HAS_WINCE) && !defined (ACE_LACKS_ACE_SVCCONF) # include "ace/Service_Config.h" -# endif /* !ACE_HAS_WINCE && !ACE_LACKS_ACE_SVCCONF */ +#endif /* !ACE_HAS_WINCE && !ACE_LACKS_ACE_SVCCONF */ ACE_RCSID (ace, |