10 lines
157 B
C
10 lines
157 B
C
#ifndef _H_MACRO_H
|
|
#define _H_MACRO_H
|
|
|
|
#include <Ice/BuiltinSequences.h>
|
|
|
|
#define ToSequence( point, length) ::Ice::ByteSeq( point, point + length)
|
|
|
|
|
|
#endif
|