Important Update:
- Channels (FunctionCore & SelectableBare): - Added state "Standby", allow auto-managed handle to be opened - SelectableCore: - Set default "Persistent" state for sockets based on type - Remove Process() method (no different from SelectableBare - DateTimeCore: - Added BuildDateTimeStr() methods to build date for values - JSONparseCore: - Added error message to file operations
This commit is contained in:
@@ -365,7 +365,6 @@ public:
|
||||
|
||||
// Function Interface
|
||||
virtual int OutputHandle( THandle * Handle, const char * Data, int Len );
|
||||
virtual bool Process();
|
||||
|
||||
friend void ResolveHandler( int Signal, siginfo_t * SignalInfo, void * Context );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user