Changeset 8091
- Timestamp:
- 16/10/11 18:20:44 (7 months ago)
- Location:
- branches/ptpan_back
- Files:
-
- 8 modified
-
AISC_COM/C/aisc_extern.c (modified) (1 diff)
-
AISC_COM/C/aisc_server.h (modified) (1 diff)
-
AISC_COM/C/server.c (modified) (1 diff)
-
AISC_COM/C/server.h (modified) (1 diff)
-
NALIGNER/ali_other_stuff.hxx (modified) (1 diff)
-
NAMES_COM/names_extern.c (modified) (1 diff)
-
PROBE_COM/PT_extern.c (modified) (1 diff)
-
TEMPLATES/attributes.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ptpan_back/AISC_COM/C/aisc_extern.c
r7415 r8091 2 2 #include <string.h> 3 3 #include <aisc.h> 4 #include <attributes.h> 4 5 #include <server.h> 5 6 #include "aisc_extern_privat.h" -
branches/ptpan_back/AISC_COM/C/aisc_server.h
r7415 r8091 12 12 #include <aisc_com.h> 13 13 14 #ifndef ATTRIBUTES_H 15 #include <attributes.h> 16 #endif 14 17 #include <server.h> 15 18 #include <aisc_server_proto.h> -
branches/ptpan_back/AISC_COM/C/server.c
r8030 r8091 29 29 #include "aisc_com.h" 30 30 // AISC_MKPT_PROMOTE:#include <aisc_func_types.h> 31 #include <attributes.h> 31 32 #include "server.h" 32 33 #include "aisc_global.h" -
branches/ptpan_back/AISC_COM/C/server.h
r7415 r8091 8 8 /* define ARB attributes: */ 9 9 #ifndef ATTRIBUTES_H 10 # include <attributes.h> 10 #error You have to include attributes.h before including server.h 11 // it's not possible to include attributes here due to link problems 11 12 #endif 12 13 -
branches/ptpan_back/NALIGNER/ali_other_stuff.hxx
r6381 r8091 12 12 #define ALI_OTHER_STUFF_HXX 13 13 14 #ifndef PT_COM_H 14 15 #include <PT_com.h> 15 16 #endif 17 #ifndef ATTRIBUTES_H 18 #include <attributes.h> 19 #endif 20 #ifndef SERVER_H 16 21 extern "C" { 17 22 #include <server.h> 18 23 } 19 24 #endif 25 #ifndef ARBDBT_H 20 26 #include <arbdbt.h> 27 #endif 28 #ifndef SERVERCNTRL_H 21 29 #include <servercntrl.h> 30 #endif 22 31 23 32 #else -
branches/ptpan_back/NAMES_COM/names_extern.c
r7415 r8091 4 4 5 5 struct sigcontext; 6 #include <attributes.h> 6 7 #include "C/server.h" 7 8 -
branches/ptpan_back/PROBE_COM/PT_extern.c
r7415 r8091 3 3 #include <cstring> 4 4 #include "PT_server.h" 5 #include <attributes.h> 5 6 #include "C/server.h" 6 7 #include <aisc_server_proto.h> -
branches/ptpan_back/TEMPLATES/attributes.h
r7931 r8091 101 101 102 102 // ------------------------------------------------------------ 103 // casting result to void does not help when a function is 104 // declared with __ATTR__USERESULT. Use 105 106 #ifdef __cplusplus 107 template <typename T> void IGNORE_RESULT(const T&) {} 108 #endif 109 110 // ------------------------------------------------------------ 103 111 // helper macros to declare attributed function prototype and 104 112 // start function definition in one line (static or inline functions only)
