[shill] Update to a recent version of the flimflam dbus API

Used dbus introspection on 6/8/11 to grab a snapshot.  Also added ipconfig and profile objects.
Spot checked for sanity against current flimflam docs.

BUG=chromium-os:16329
TEST=compilation
STATUS=Verified

Change-Id: Iebd7c073f97a3f75435b3e5b67fbc0b790bfdbed
Reviewed-on: http://gerrit.chromium.org/gerrit/2360
Reviewed-by: Chris Masone <cmasone@chromium.org>
Tested-by: Chris Masone <cmasone@chromium.org>
diff --git a/device_dbus_adaptor.cc b/device_dbus_adaptor.cc
index 9a3f05e..eda5ec2 100644
--- a/device_dbus_adaptor.cc
+++ b/device_dbus_adaptor.cc
@@ -58,6 +58,10 @@
                                     ::DBus::Error &error) {
 }
 
+void DeviceDBusAdaptor::ClearProperty(const std::string& ,
+                                      ::DBus::Error &error) {
+}
+
 void DeviceDBusAdaptor::ProposeScan(::DBus::Error &error) {
 }
 
@@ -66,4 +70,25 @@
   return ::DBus::Path();
 }
 
+void DeviceDBusAdaptor::Register(const std::string& , ::DBus::Error &error) {
+}
+
+void DeviceDBusAdaptor::RequirePin(const std::string& ,
+                                   const bool& ,
+                                   ::DBus::Error &error) {
+}
+
+void DeviceDBusAdaptor::EnterPin(const std::string& , ::DBus::Error &error) {
+}
+
+void DeviceDBusAdaptor::UnblockPin(const std::string& ,
+                                   const std::string& ,
+                                   ::DBus::Error &error) {
+}
+
+void DeviceDBusAdaptor::ChangePin(const std::string& ,
+                                  const std::string& ,
+                                  ::DBus::Error &error) {
+}
+
 }  // namespace shill