TReKiE / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

ServiceFilterType #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all, 

I had a problem with ServiceFilterType because the API didn't knows
ServiceFilterType "Folder", so I add the line in reference.cs :

public enum ServiceFilterType {

        /// <remarks/>
        Messenger,

        /// <remarks/>
        Invitation,

        /// <remarks/>
        SocialNetwork,

        /// <remarks/>
        Space,

        /// <remarks/>
        Profile,

        /// <remarks/>  //<-- add by Lele
        Folder,
    }

Bye bye,
   Lele from Italy

Original issue reported on code.google.com by daniele....@gmail.com on 24 Jul 2008 at 9:06

GoogleCodeExporter commented 9 years ago
This bug has been alrady fixed. svn checkout http://msnp-
sharp.googlecode.com/svn/branches/MSNPSHARP_20_STABLE/
or wait for our NEXT release.

Original comment by hepha...@gmail.com on 25 Jul 2008 at 6:03

GoogleCodeExporter commented 9 years ago

Original comment by hepha...@gmail.com on 23 Jan 2009 at 5:40