|
- /*******************************************************************************
- * *
- * Copyright 2012 Rheinmetall Canada Inc. *
- * *
- * No part of this document may be reproduced, stored in *
- * a retrieval system, or transmitted, in any form or by any means, *
- * electronic, mechanical, photocopying, recording, or otherwise, *
- * without the prior written permission of Rheinmetall Canada Inc. *
- * *
- *******************************************************************************/
- /*
- Description:
- This is a template file for standard C header file.
-
- */
-
- /* ************************************************************************** */
- /* Revision:
- ### YYYYMMDD JFM
- Original version.
-
- ### YYYYMMDD Initial, Bug Identification
- Change description.
- */
-
- #ifndef TEMPLATE_H
- #define TEMPLATE_H
-
- /* ************************************************************************** */
- /* Includes */
-
-
- /* ************************************************************************** */
- /* Defines */
-
-
- /* ************************************************************************** */
- /* Type definitions */
-
-
- /* ************************************************************************** */
- /* Prototypes */
-
-
- #endif
- //EOF
|