Ignore:
Timestamp:
Feb 11, 2012, 2:26:24 PM (12 years ago)
Author:
roman
Message:
 
Location:
trunk/Utilities/MaxMindGeoLite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/MaxMindGeoLite

    • Property svn:ignore
      •  

        old new  
        33*.suo
        44*.sdf
         5*.opensdf
  • trunk/Utilities/MaxMindGeoLite/MaxMindGeoLite.idl

    r47 r48  
    4040};
    4141[
     42        object,
     43        uuid(34BF53BB-D4C8-4002-A0EC-5BA70FE7ACA3),
     44        dual,
     45        oleautomation,
     46        helpstring("ILazyLocations Interface"),
     47        pointer_default(unique)
     48]
     49interface ILazyLocations : ILocations
     50{
     51        [propget, id(1)] HRESULT Initialized([out, retval] VARIANT_BOOL* pbInitialized);
     52};
     53[
    4254        uuid(F80BC862-E43E-4809-ACFC-1A608209C860),
    4355        version(1.0),
     
    6678                //interface ISupportErrorInfo;
    6779        };
     80        [
     81                uuid(29752330-E1FB-43D0-ADBF-21AF77633259),
     82                helpstring("LazyLocations Class")
     83        ]
     84        coclass LazyLocations
     85        {
     86                [default] interface ILocations;
     87                interface ILazyLocations;
     88                //interface ISupportErrorInfo;
     89        };
    6890};
Note: See TracChangeset for help on using the changeset viewer.