miniiapinterface.cpp 447 B

1234567891011121314
  1. /**
  2. * Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
  3. * All rights reserved.
  4. *
  5. * For the applicable distribution terms see the license.txt -file, included in
  6. * the distribution.
  7. */
  8. #include "miniiapinterface.h"
  9. MiniIAPInterface::MiniIAPInterface() {}
  10. void MiniIAPInterface::purchaseCompleted(const char *productId, const char *status) {}
  11. void MiniIAPInterface::purchaseFlowFinished(const char *productId) {}