17 lines
579 B
C++
17 lines
579 B
C++
//===- impl.cpp -----------------------------------------------------------===//
|
|
//
|
|
// The MCLinker Project
|
|
//
|
|
// This file is distributed under the University of Illinois Open Source
|
|
// License. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
#include <mcld/${deployment}/${class_name}.h>
|
|
|
|
using namespace mcld;
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
// ${class_name}
|
|
//===----------------------------------------------------------------------===//
|
|
|