Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. template<>
  2. class Table<RPCTABLE_CLASS> : TableImpl<RPCTABLE_CLASS>
  3. {
  4.     static const Table<RPCTABLE_CLASS>& getTbl()
  5.     {
  6.         static Table<RPCTABLE_CLASS> tbl;
  7.         return tbl;
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement