diff -r 630d2f34d719 -r 07a122eea281 cbsref/csyrefplugins/csy27010/src/DllMain.cpp --- a/cbsref/csyrefplugins/csy27010/src/DllMain.cpp Tue Aug 31 16:23:08 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,37 +0,0 @@ -// -// * Copyright 2004 Neusoft America Inc. -// * All rights reserved. -// * This component and the accompanying materials are made available -// * under the terms of the Eclipse Public License v1.0 -// * which accompanies this distribution, and is available -// * at the URL "http://www.eclipse.org/legal/epl-v10.html". -// * -// * Contributors: -// * Keith Collins (Neusoft America Inc.) original software development and additional code and modifications. -// * Thomas Gahagen (Neusoft America Inc.) additional code and modifications. -// * Zhen Yuan (Neusoft America Inc.) additional code and modifications. -// * -// * Description: This file contains the entry point for the CSY module. -// - -// DllMain.cpp - -/** @file DllMain.cpp - * - */ - -#include -#include "Portfactory.h" -#include "CsyDebugLogger.h" - - - -EXPORT_C CSerial* LibEntry() -/** - * The single exported function. - * @return Pointer to and ownership of a new CSerial-derived object - */ - { - LOGHEADER(); - return (CPortFactory::NewL()); - }