So that's why GSMConfig() is defined in GSMConfig.h

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3170 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
Kurtis Heimerl
2012-02-10 02:59:22 +00:00
parent 752ed629d5
commit e9ad038a99

View File

@@ -116,6 +116,10 @@ class GSMConfig {
Thread mAccessGrantThread;
public:
GSMConfig();
/** Initialize with parameters from gConfig. */
void init();