File: converter.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-- 135 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#include "converter.h"

#include <tjutils/tjlog_code.h>

const char* OdinData::get_compName() {return "Data";}
LOGGROUNDWORK(OdinData)