sandesha2_client_constants.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 2004,2005 The Apache Software Foundation.
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  *      http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016  
00017 #ifndef SANDESHA2_CLIENT_CONSTANTS_H
00018 #define SANDESHA2_CLIENT_CONSTANTS_H
00019 
00025 #include <axutil_utils.h>
00026 
00027 #ifdef __cplusplus
00028 extern "C" 
00029 {
00030 #endif
00031     
00036 /*********************************** Constansts********************************/
00037 #define SANDESHA2_CLIENT_ACKS_TO "Sandesha2AcksTo"
00038 #define SANDESHA2_CLIENT_LAST_MESSAGE "Sandesha2LastMessage"
00039 #define SANDESHA2_CLIENT_OFFERED_SEQ_ID "Sandesha2OfferedSequenceId"
00040 #define SANDESHA2_CLIENT_DEBUG_MODE "Sandesha2DebugMode"
00041 #define SANDESHA2_CLIENT_SEQ_KEY "Sandesha2SequenceKey"
00042 #define SANDESHA2_CLIENT_MESSAGE_NUMBER "Sandesha2MessageNumber"
00043 #define SANDESHA2_CLIENT_RM_SPEC_VERSION "Sandesha2RMSpecVersion"
00044 #define SANDESHA2_CLIENT_DUMMY_MESSAGE "Sandesha2DummyMessage" /* If this 
00045  property is set, even though this message will invoke the RM handlers, 
00046  this will not be sent as an actual application message
00047  */
00048 #define SANDESHA2_CLIENT_LISTENER "Sandesha2Listener"
00049 
00050 
00051 
00052 /*********************************** Constants*********************************/   
00053    
00054    
00055 #ifdef __cplusplus
00056 }
00057 #endif
00058 
00059 #endif /* SANDESHA2_CLIENT_CONSTANTS_H */
00060 
00061 

Generated on Wed Oct 14 01:02:17 2009 for Sandesha2/C by  doxygen 1.5.7.1