summaryrefslogtreecommitdiff
path: root/TAO/tao/UTF16_BOM_Factory.h
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2004-06-12 02:50:21 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2004-06-12 02:50:21 +0000
commitf55c10d094c5062932dee9905598bc12e98adece (patch)
tree46e5932db639075d2c0360e74df0c2ebeecb594a /TAO/tao/UTF16_BOM_Factory.h
parent4711d3f1326c1244dc8715144c6dba29dffd17cd (diff)
downloadATCD-f55c10d094c5062932dee9905598bc12e98adece.tar.gz
ChangeLog tag: Fri Jun 11 21:47:12 2004 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tao/UTF16_BOM_Factory.h')
-rw-r--r--TAO/tao/UTF16_BOM_Factory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/UTF16_BOM_Factory.h b/TAO/tao/UTF16_BOM_Factory.h
index 5e8fad0e10f..50d7c6f3cb7 100644
--- a/TAO/tao/UTF16_BOM_Factory.h
+++ b/TAO/tao/UTF16_BOM_Factory.h
@@ -20,9 +20,9 @@
#ifndef UTF16_BOM_FACTORY_H
#define UTF16_BOM_FACTORY_H
-#include <ace/pre.h>
-#include <ace/Service_Config.h>
-#include <tao/Codeset_Translator_Factory.h>
+#include /**/ "ace/pre.h"
+#include "ace/Service_Config.h"
+#include "tao/Codeset_Translator_Factory.h"
#include "UTF16_BOM_Translator.h"
@@ -31,5 +31,5 @@ typedef TAO_Export TAO_Codeset_Translator_Factory_T<UTF16_BOM_Translator> UTF16_
ACE_STATIC_SVC_DECLARE_EXPORT (TAO, UTF16_BOM_Factory)
ACE_FACTORY_DECLARE (TAO, UTF16_BOM_Factory)
-#include <ace/post.h>
+#include /**/ "ace/post.h"
#endif /* UTF16_BOM_FACTORY_H */