From 89417179ed4d38875dc3edce0f4e184edf13f1f2 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 31 May 2005 14:34:22 +0000 Subject: catch up with libopie2 improvements --- (limited to 'examples/opiecore/opcmciademo/main.cpp') diff --git a/examples/opiecore/opcmciademo/main.cpp b/examples/opiecore/opcmciademo/main.cpp index 3ee22c2..dfc4287 100644 --- a/examples/opiecore/opcmciademo/main.cpp +++ b/examples/opiecore/opcmciademo/main.cpp @@ -15,6 +15,8 @@ int main( int argc, char** argv ) while ( sock = it.current() ) { odebug << "card in socket # " << sock->number() << " is '" << sock->identity() << "'" << oendl; + odebug << "card status is " << sock->status() << oendl; + odebug << "card function is " << sock->function() << oendl; ++it; } -- cgit v0.9.0.2