from private to protected

This commit is contained in:
2014-09-15 16:33:57 +02:00
parent e0ee1fb386
commit 7986746194
5 changed files with 49 additions and 327 deletions

View File

@ -319,7 +319,7 @@ class UDPBaseImplementation : private virtual slsReceiverDefs, public UDPInterfa
*/
int shutDownUDPSockets();
private:
protected:
/*
void not_implemented(string method_name){
@ -466,6 +466,10 @@ private:
void handleDataCompression(int ithread, char* wbuffer[], int &npackets, char* data, int xmax, int ymax, int &nf);
//// Could be done more fine-grained... TODO
// private:
protected:
/** structure of an eiger image header*/
typedef struct
{
@ -683,6 +687,9 @@ private:
/** 10Gbe enable*/
int tengigaEnable;
// TODO: not properly sure where to put these...
/** structure of an eiger image header*/