~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/falcon/Socket.h

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
        bool getBoolean();
82
82
        void putBoolean (bool value);
83
83
 
84
 
#ifdef ENGINE
 
84
#ifdef FALCONDB
85
85
        Protocol* acceptProtocol();
86
86
#else
87
87
        Socket*         acceptSocket();