/TGame/TCommonSvr/Gene/GeneFactorySvr.cpp

http://awoe.googlecode.com/ · C++ · 20 lines · 10 code · 10 blank · 0 comment · 0 complexity · 8aace25896bd20f1220b5b9539c66b70 MD5 · raw file

  1. #include "stdafx.h"
  2. #include "GeneFactorySvr.h"
  3. GeneFactorySvr::GeneFactorySvr()
  4. {
  5. }
  6. void
  7. GeneFactorySvr::initialize()
  8. {
  9. __super::initialize();
  10. }