summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/AV_pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/AV_pch.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/AV_pch.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/AV_pch.h b/TAO/orbsvcs/orbsvcs/AV/AV_pch.h
new file mode 100644
index 00000000000..2681fb390d2
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/AV/AV_pch.h
@@ -0,0 +1,29 @@
+// $Id$
+#ifndef AV_PCH_H
+#define AV_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "ace/OS.h"
+#include "ace/ARGV.h"
+#include "ace/Singleton.h"
+#include "ace/Addr.h"
+#include "ace/Containers_T.h"
+#include "ace/INET_Addr.h"
+
+#include "tao/corba.h"
+#include "tao/ORB_Core.h"
+#include "tao/debug.h"
+
+#include "MCast.h"
+#include "AVStreams_i.h"
+#include "RTCP.h"
+#include "RTP.h"
+#include "Protocol_Factory.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif