Important update:
- EventBufferCore: (new) - Defines Events and related functions - Defines Event Buffer - ItemBuffer: - Specify "Keep" parameter for Delete, to override CopyEntries
This commit is contained in:
@@ -108,7 +108,7 @@ bool CSelectableCore::LoadConfigData()
|
||||
sprintf( Path, "Address/%s/Port", Name );
|
||||
Port = (char*)DataTree->GetStr( NULL, Path, Port, true ); // Get AddressList Port value
|
||||
}
|
||||
SetSocketHandle( Handle, ctServer, Address, strlcase(Port), true ); // Assign values
|
||||
SetSocketHandle( Handle, ctServer, Address, strlcase(Port), true ); // Assign values
|
||||
}
|
||||
else if (!strcasecmp( Type, "TCPclient" ))
|
||||
{
|
||||
@@ -120,7 +120,7 @@ bool CSelectableCore::LoadConfigData()
|
||||
sprintf( Path, "Address/%s/Port", Name );
|
||||
Port = (char*)DataTree->GetStr( NULL, Path, Port, true ); // Get AddressList Port value
|
||||
}
|
||||
SetSocketHandle( Handle, ctClient, Address, strlcase(Port), true ); // Assign values
|
||||
SetSocketHandle( Handle, ctClient, Address, strlcase(Port), true ); // Assign values
|
||||
}
|
||||
else if (!strcasecmp( Type, "ForkPipe" )) {
|
||||
Address = (char*)DataTree->GetStr( TempMember, "Fork/ExecPath", NULL, true ); // Get default value
|
||||
|
||||
Reference in New Issue
Block a user