Messaging_SyncScope.pidl

Go to the documentation of this file.
00001 // -*- IDL -*-
00002 /**
00003  *  @file Messaging_SyncScope.pidl
00004  *
00005  *  $Id: Messaging_SyncScope.pidl 81200 2008-04-01 13:03:30Z johnnyw $
00006  *
00007  * This file is 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 Tue Feb 2 17:37:52 2010 for TAO by  doxygen 1.4.7