mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
bazaar: BoostPyTest: first attemt to structurize the export, more to be done, cleanup of unnessecary using namespace's
git-svn-id: svn://ultimatepp.org/upp/trunk@3360 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a3483364ac
commit
6dbb8ad60d
38 changed files with 381 additions and 160 deletions
17
bazaar/CtrlLibBoostPy/CtrlLibBoostPy.cpp
Normal file
17
bazaar/CtrlLibBoostPy/CtrlLibBoostPy.cpp
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#include "CtrlLibBoostPy.h"
|
||||
|
||||
NAMESPACE_UPP
|
||||
|
||||
void export_CtrlLib()
|
||||
{
|
||||
ONCELOCK
|
||||
{
|
||||
export_Core();
|
||||
|
||||
export_CtrlCore();
|
||||
export_SliderCtrl();
|
||||
export_ValueCtrl();
|
||||
}
|
||||
}
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
Loading…
Add table
Add a link
Reference in a new issue