Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Messaging_SyncScope.pidl File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Namespaces

namespace  Messaging

Typedefs

typedef short SyncScope

Variables

const SyncScope SYNC_NONE = 0
const SyncScope SYNC_WITH_TRANSPORT = 1
const SyncScope SYNC_WITH_SERVER = 2
const SyncScope SYNC_WITH_TARGET = 3

Detailed Description

Id
Messaging_SyncScope.pidl,v 1.6 2004/04/12 18:07:30 jwillemsen Exp

This file was used to generate the code in Messaging_SyncScopeC.{h,i,cpp}

The command used to generate code from this file is:

tao_idl.exe -o orig -St -Sc -Wb,export_macro=TAO_Export -Wb,export_include=tao/corbafwd.h -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h" Messaging_SyncScope.pidl

after the file is generated a patch must be applied:

cp orig/Messaging_SyncScopeC.{h,i,cpp} . patch < diffs/Messaging_SyncScope.diff

The patch eliminates cycles in the include dependencies.

Note: to update the patch file after re-generating the code use:

for i in Messaging_SyncScopeC.{h,i,cpp}; do diff -uBbw orig/$i $i; done > diffs/Messaging_SyncScope.diff


Typedef Documentation

typedef CORBA::Short Messaging::SyncScope
 


Variable Documentation

const Messaging::SyncScope Messaging::SYNC_NONE = 0
 

const Messaging::SyncScope Messaging::SYNC_WITH_SERVER = 2
 

const Messaging::SyncScope Messaging::SYNC_WITH_TARGET = 3
 

const Messaging::SyncScope Messaging::SYNC_WITH_TRANSPORT = 1
 


Generated on Thu Feb 10 20:43:24 2005 for TAO by  doxygen 1.3.9.1