summaryrefslogtreecommitdiff
path: root/DAnCE/tests/NameServiceTest/RegistrationPath.h
blob: 6ecf9197ad389334374412ceb1f4bcff14defaea (plain)
1
2
3
4
5
6
7
8
#ifndef REGISTRATIONPATH_H_
#define REGISTRATIONPATH_H_

const char * app_name = "app1";
const char * inst_name = "inst1";
const char * port_name = "port1";

#endif /*REGISTRATIONPATH_H_*/