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

Messaging_PolicyValue.pidl File Reference

import "IOP.pidl";

Include dependency graph for Messaging_PolicyValue.pidl:

Include dependency graph

Namespaces

namespace  Messaging

Classes

struct  Messaging::PolicyValue

Typedefs

typedef sequence< PolicyValue > PolicyValueSeq

Variables

const IOP::ComponentId TAG_POLICIES = 2
const IOP::ServiceId INVOCATION_POLICIES = 2

Detailed Description

Id
Messaging_PolicyValue.pidl,v 1.6 2004/04/12 18:06:14 jwillemsen Exp

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

The command used to generate code from this file is:

tao_idl.exe -o orig -Ge 1 -GT -GA -Sc -Wb,export_macro=TAO_Export -Wb,export_include=tao/TAO_Export.h -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h" Messaging_PolicyValue.pidl

after the file is generated a patch must be applied:

cp orig/Messaging_PolicyValueC.{h,i,cpp} . patch < diffs/Messaging_PolicyValue.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_PolicyValueC.{h,i,cpp}; do diff -uBbw orig/$i $i; done > diffs/Messaging_PolicyValue.diff


Typedef Documentation

typedef sequence<PolicyValue> Messaging::PolicyValueSeq
 


Variable Documentation

const IOP::ServiceId Messaging::INVOCATION_POLICIES = 2
 

const IOP::ComponentId Messaging::TAG_POLICIES = 2
 


Generated on Fri Dec 31 15:18:45 2004 for TAO by  doxygen 1.3.9.1