locationtriggering/ltserver/ltserverlogic/src/lbtserverlogicmain.cpp
author hgs
Wed, 03 Nov 2010 23:28:39 +0530
changeset 56 4e949f03ecc5
permissions -rw-r--r--
201044

/*
* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  LBT Sever Logic Entry function defined in this file
*
*/


#include <e32std.h>

GLDEF_C TInt E32Dll( /*TDllReason aReason*/ )
    {
    return( KErrNone );
    }