// smtc_GetUnqlNamePart.h
//

#ifndef LZZ_smtc_GetUnqlNamePart_h
#define LZZ_smtc_GetUnqlNamePart_h
// semantic
#include "smtc_NamePtr.h"
#define LZZ_INLINE inline
namespace smtc
{
  NamePtr getUnqlNamePart (NamePtr const & name);
}
#undef LZZ_INLINE
#endif
