File: tjstate.cpp

package info (click to toggle)
odin 2.0.5-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,196 kB
  • sloc: cpp: 62,638; sh: 4,541; makefile: 779
file content (6 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
#include "tjstate.h"

#include "tjlog_code.h"

const char* StateComponent::get_compName() {return "State";}
LOGGROUNDWORK(StateComponent)