<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.82">
<TITLE>Correct values of Persistent and BestEffort</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">$TOP/idl/COS/CosNotification.idl:</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; const string EventReliability = &quot;EventReliability&quot;;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; const short BestEffort = 0;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; const short Persistent = 1;</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; const string ConnectionReliability = &quot;ConnectionReliability&quot;;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Can take on the same values as EventReliability</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; const string Priority = &quot;Priority&quot;;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; const short LowestPriority = -32767;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; const short HighestPriority = 32767;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; const short DefaultPriority = 0;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">$TOP/build/src/services/mklib/CosNotification.hh (after make veryclean; make)</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">&nbsp;_CORBA_MODULE_VAR _core_attr const char * EventReliability;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&nbsp; _CORBA_MODULE_VARINT const CORBA::Short BestEffort _init_in_decl_( = 0 );</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&nbsp; _CORBA_MODULE_VARINT const CORA::Short Persistent _init_in_decl_( = 0 );</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&nbsp; _CORBA_MODULE_VAR _core_attr const char * ConnectionReliability;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&nbsp; _CORBA_MODULE_VAR _core_attr const char * Priority;</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&nbsp; _CORBA_MODULE_VARINT const CORBA::Short LowestPriority _init_in_decl_( = 0 );</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&nbsp; _CORBA_MODULE_VARINT const CORBA::Short HighestPriority _init_in_decl_( = 0 );</FONT>
<BR><FONT SIZE=2 FACE="Courier New">&nbsp; _CORBA_MODULE_VARINT const CORBA::Short DefaultPriority _init_in_decl_( = 0 );</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I need to use the Persistent and BestEffort values frequently in my code. </FONT>
<BR><FONT SIZE=2 FACE="Arial">How can I be sure to use the correct values?</FONT>
<BR><FONT SIZE=2 FACE="Arial">Should I be worried? </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Best regards</FONT>
<BR><FONT SIZE=2 FACE="Arial">Petri Tötterman</FONT>
</P>
<BR>

</BODY>
</HTML>