libPrefs

BMessage based settings, simplified!

libPrefs is a single class, static library for handling automatic flattening / unflattening of BMessages into settings files. It’s clean, simple, easy to use and great for cases where you need to pass settings around from one BLooper to another.

I honestly don’t remember where this code came from. It might be something I wrote, it might be something I modified. I know it wasn’t GPL… I think it didn’t have a license… If anyone can help me out with that, I’d be happy to retag it appropriately.

Download libPrefs

Source

Browse the CVS Repository.

The CVS repository can be checked out through anonymous (pserver) CVS with the following instructions. When prompted for a “CVS password:” use anoncvs.

cvs -d:pserver:anoncvs@varnernet.com:/var/cvsroot login
cvs -z3 -d:pserver:anoncvs@varnernet.com:/var/cvsroot co looneyCode/LibPrefs