Messaging_SyncScope.pidl

Go to the documentation of this file.
00001 // -*- IDL -*-
00002 /**
00003  *  @file Messaging_SyncScope.pidl
00004  *
00005  *  Messaging_SyncScope.pidl,v 1.9 2006/05/09 07:32:02 jwillemsen Exp
00006  *
00007  * This file was used to generate the code in Messaging_SyncScopeC.{h,inl,cpp}
00008  *
00009  * The command used to generate code from this file is:
00010  *
00011  *   tao_idl.exe
00012  *        -o orig -St -Sci
00013  *        -Wb,export_macro=TAO_Export
00014  *        -Wb,export_include=tao/TAO_Export.h
00015  *        -Wb,pre_include="ace/pre.h"
00016  *        -Wb,post_include="ace/post.h"
00017  *        Messaging_SyncScope.pidl
00018  *
00019  */
00020 #ifndef TAO_MESSAGING_SYNCSCOPE_PIDL
00021 #define TAO_MESSAGING_SYNCSCOPE_PIDL
00022 
00023 #pragma prefix "omg.org"
00024 
00025 module Messaging
00026 {
00027   typedef short SyncScope;
00028   const SyncScope SYNC_NONE           = 0;
00029   const SyncScope SYNC_WITH_TRANSPORT = 1;
00030   const SyncScope SYNC_WITH_SERVER    = 2;
00031   const SyncScope SYNC_WITH_TARGET    = 3;
00032 };
00033 
00034 #endif /* TAO_MESSAGING_SYNCSCOPE_PIDL */

Generated on Thu Nov 9 11:54:16 2006 for TAO by doxygen 1.3.6