Initial upload
Initial upload
This commit is contained in:
16
_module/nss/aps_onload.nss
Normal file
16
_module/nss/aps_onload.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
// Name : Avlis Persistence System OnModuleLoad
|
||||
// Purpose : Initialize APS on module load event
|
||||
// Authors : Ingmar Stieger
|
||||
// Modified : January 27, 2003
|
||||
|
||||
// This file is licensed under the terms of the
|
||||
// GNU GENERAL PUBLIC LICENSE (GPL) Version 2
|
||||
|
||||
#include "aps_include"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Init placeholders for ODBC gateway
|
||||
SQLInit();
|
||||
}
|
||||
|
Reference in New Issue
Block a user