/* ///////////////////////////////////////////////////////////////////////// * File: test/scratch/test.scratch.implicit_link/test.scratch.implicit_link.cpp * * Purpose: Implicit link file for the test.scratch.implicit_link project. * * Created: 18th July 2007 * Updated: 6th August 2012 * * Status: Wizard-generated * * License: (Licensed under the Synesis Software Open License) * * Copyright (c) 2008-2012, Synesis Software Pty Ltd. * All rights reserved. * * www: http://www.synesis.com.au/software * * ////////////////////////////////////////////////////////////////////// */ /* Pantheios Header Files */ #include #include #include #include //#include //#include //#include PANTHEIOS_EXTERN_C PAN_CHAR_T const PANTHEIOS_FE_PROCESS_IDENTITY[] = PANTHEIOS_LITERAL_STRING("test.scratch.implicit_link"); int main() { pantheios::log_ALERT("A simple log entry"); pantheios::log_NOTICE("A simple log entry"); return 0; }